toggle menu
Verint XM SDK
androidJvm
switch theme
search in API
predictive
/
com.verint.xm.sdk.predictive.tracker.util
/
[androidJvm]SurveyUtil
Survey
Util
open
class
SurveyUtil
Created by selwyn.leeke on 2017-12-01.
Members
Constructors
Survey
Util
Link copied to clipboard
constructor
(
)
Properties
submit
Url
Link copied to clipboard
open
var
submitUrl
:
String
Functions
instance
Link copied to clipboard
open
fun
instance
(
)
:
SurveyUtil
is
Legacy
Survey
Completion
Page
Link copied to clipboard
open
fun
isLegacySurveyCompletionPage
(
@
Nullable
url
:
String
)
:
Boolean
is
Modern
Survey
Completion
Page
Link copied to clipboard
open
fun
isModernSurveyCompletionPage
(
@
Nullable
url
:
String
)
:
Boolean
is
Survey
Completion
Page
Link copied to clipboard
open
fun
isSurveyCompletionPage
(
@
Nullable
url
:
String
)
:
Boolean
set
Instance
Link copied to clipboard
open
fun
setInstance
(
customInstance
:
SurveyUtil
)